.panel{border: 1px solid #f1f1f1;margin: 20px 0;}
.panel .mtitle{padding:10px 10px;overflow: hidden;background: #f1f1f1;}
.panel .mtitle .fleft{float: left}
.panel .mtitle .more{margin-left:20px;float: right}
.panel .panel_1{line-height: 34px;padding-bottom: 5px;}
.panel .panel_1 span{color:#087efc;margin-left: 10px;}
.panel .panel_1 .count{color: #cccccc;margin-left: 0px}
.panel_1 a{text-decoration: underline;margin-left: 4px;}
.panel_1 a:hover{color: #0c8afd}


.new_panel{margin: 20px 0;}
.new_panel_2:first-child{border-top: 1px solid #ededed;}
.new_panel_2{border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;border-left: 1px solid #ededed;display: flex;}
.new_panel_2 .new_panel_title{color: #0085FF;font-size: 18px;display: block;text-align: center}
.new_panel_2 .new_panel_count{color: #999999;font-size: 16px;display: block;text-align: center}
.new_panel_3{background: #F1F8FF;width: 100px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.new_panel_4{width:670px;}
.new_panel_2 ul li {float: left}
.new_panel_2 ul li a{font-size: 14px;display: block;padding:6px;}
.new_panel_2 ul li a:hover{color: #4cbeff}





.bot_panel_title{color: #0085FF;}
.bot_panel_count{color: #999999;}

.bot_panel{
    width: 1160px;
    box-sizing: border-box;
    margin: 20px auto 10px;
    border: 1px solid #ededed
}

.bot_panel{
    background-color: #fff;
}

.bot_mcon {
    padding: 10px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}


.bot_panel {
    clear: both
}

.mtitle_bot{
    color: #333;
    height: 31px;
    line-height: 31px;
    padding: 0 8px;
    overflow: hidden;
    background: #f8f8f8
}

.bot_mcon a,.bot_mcon a{
    text-decoration: underline
}

.bot_panel a:hover{color:#0085FF}